home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Granulizer.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2004-11-28  |  9KB  |  362 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 195
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 240
  8.   ClientWidth = 241
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 241
  25.     Height = 240
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object LogoBtn: TQuickBtn
  31.       Tag = -1
  32.       Left = 186
  33.       Top = 16
  34.       Width = 48
  35.       Height = 45
  36.       ParentFont = False
  37.       ParentColor = False
  38.       Color = 6709335
  39.       Font.Charset = ANSI_CHARSET
  40.       Font.Color = 13025463
  41.       Font.Height = -9
  42.       Font.Name = 'Fruity fonts'
  43.       Font.Style = []
  44.       Options = [tbDirectClick, tbHasOnOverGlyph, tbAutoSize]
  45.       AccelKey = 0
  46.       FXType = FX_Blend
  47.       FXWhen = FX_OnOver
  48.       FXAttack = 50
  49.       FXRelease = 50
  50.       FXBlink = FX_BlinkOnOver
  51.       Glyph.ILCount = 2
  52.       BmpList = SynthResModule.LogoIL
  53.       StayDown = False
  54.     end
  55.     object HoldBtn: TQuickBtn
  56.       Tag = 9
  57.       Left = 190
  58.       Top = 181
  59.       Width = 39
  60.       Height = 19
  61.       Cursor = crHandPoint
  62.       Hint = '|^b^aHold sound'
  63.       ParentFont = False
  64.       ParentColor = True
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clSilver
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       PopupMenu = SynthResModule.WheelMenu
  71.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  72.       Spacing = 4
  73.       TextAlign = ttaLeft
  74.       AccelKey = 0
  75.       FXType = FX_Blend
  76.       FXAttack = 192
  77.       FXRelease = 192
  78.       BmpList = SynthResModule.HoldBtnIL
  79.       OnClick = WheelChange
  80.       StayDown = False
  81.       PopupAlign = Popup_Normal
  82.       OnMouseUp = HoldBtnMouseUp
  83.     end
  84.     object LoopBtn: TQuickBtn
  85.       Tag = 8
  86.       Left = 149
  87.       Top = 164
  88.       Width = 32
  89.       Height = 14
  90.       Cursor = crHandPoint
  91.       Hint = '|^b^aRepeat sound'
  92.       ParentFont = False
  93.       ParentColor = True
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clSilver
  96.       Font.Height = -11
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       PopupMenu = SynthResModule.WheelMenu
  100.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  101.       Style = FS_Transparent
  102.       Spacing = 4
  103.       TextAlign = ttaRight
  104.       AccelKey = 0
  105.       FXType = FX_Blend
  106.       BmpList = SynthResModule.LEDIL
  107.       OnClick = WheelChange
  108.       PopupAlign = Popup_Normal
  109.     end
  110.     object TransModeSelect: TSelector
  111.       Tag = -1
  112.       Left = 53
  113.       Top = 185
  114.       Width = 7
  115.       Height = 33
  116.       Cursor = crHandPoint
  117.       Hint = '|Transients source'
  118.       Hints.Strings = (
  119.         'off'
  120.         'use sample built-in slicing'
  121.         'autodetect transients')
  122.       NumCols = 1
  123.       NumRows = 3
  124.       DefaultValue = 0
  125.       OnChange = TransModeSelectChange
  126.     end
  127.     object GrainAttWheel: TWAVWheel
  128.       Left = 14
  129.       Top = 30
  130.       Width = 24
  131.       Height = 25
  132.       Hint = '|^b^aGrain attack time'
  133.       Options = []
  134.       MoveSpeed = 16
  135.       SlowMotionDiv = 4
  136.       Min = 50
  137.       Max = 500
  138.       Value = 204
  139.       DefaultValue = 204
  140.       OnChange = WheelChange
  141.       MouseButton = mbLeft
  142.       HotSideX = 8
  143.       HotSideY = 10
  144.       PopupMenu = SynthResModule.WheelMenu
  145.       BmpList = SynthResModule.MainWheelIL
  146.     end
  147.     object GrainHoldWheel: TWAVWheel
  148.       Tag = 1
  149.       Left = 54
  150.       Top = 30
  151.       Width = 24
  152.       Height = 25
  153.       Hint = '|^b^aGrain hold time'
  154.       Options = []
  155.       MoveSpeed = 16
  156.       SlowMotionDiv = 4
  157.       Max = 500
  158.       Value = 50
  159.       DefaultValue = 50
  160.       OnChange = WheelChange
  161.       MouseButton = mbLeft
  162.       HotSideX = 8
  163.       HotSideY = 10
  164.       PopupMenu = SynthResModule.WheelMenu
  165.       BmpList = SynthResModule.MainWheelIL
  166.     end
  167.     object GrainSpaceWheel: TWAVWheel
  168.       Tag = 2
  169.       Left = 94
  170.       Top = 30
  171.       Width = 24
  172.       Height = 25
  173.       Hint = '|^b^aGrain spacing'
  174.       Options = []
  175.       MoveSpeed = 24
  176.       SlowMotionDiv = 4
  177.       Min = 125
  178.       Max = 1000
  179.       Value = 611
  180.       DefaultValue = 611
  181.       OnChange = WheelChange
  182.       MouseButton = mbLeft
  183.       HotSideX = 8
  184.       HotSideY = 10
  185.       PopupMenu = SynthResModule.WheelMenu
  186.       BmpList = SynthResModule.MainWheelIL
  187.     end
  188.     object WaveSpaceWheel: TWAVWheel
  189.       Tag = 3
  190.       Left = 134
  191.       Top = 30
  192.       Width = 24
  193.       Height = 25
  194.       Hint = '|^b^aWave spacing'
  195.       Options = []
  196.       MoveSpeed = 48
  197.       SlowMotionDiv = 4
  198.       Min = -1000
  199.       Max = 1000
  200.       Value = 611
  201.       DefaultValue = 611
  202.       OnChange = WheelChange
  203.       MouseButton = mbLeft
  204.       HotSideX = 8
  205.       HotSideY = 10
  206.       PopupMenu = SynthResModule.WheelMenu
  207.       BmpList = SynthResModule.MainWheelIL
  208.     end
  209.     object FXSpeedWheel: TWAVWheel
  210.       Tag = 5
  211.       Left = 94
  212.       Top = 110
  213.       Width = 24
  214.       Height = 25
  215.       Hint = '|^b^aEffect speed'
  216.       Options = []
  217.       MoveSpeed = 4
  218.       SlowMotionDiv = 4
  219.       Min = 4
  220.       Max = 200
  221.       Value = 180
  222.       DefaultValue = 180
  223.       OnChange = WheelChange
  224.       MouseButton = mbLeft
  225.       HotSideX = 8
  226.       HotSideY = 10
  227.       PopupMenu = SynthResModule.WheelMenu
  228.       BmpList = SynthResModule.MainWheelIL
  229.     end
  230.     object FXDepthWheel: TWAVWheel
  231.       Tag = 4
  232.       Left = 54
  233.       Top = 110
  234.       Width = 24
  235.       Height = 25
  236.       Hint = '|^b^aEffect depth'
  237.       Options = []
  238.       SlowMotionDiv = 4
  239.       Max = 384
  240.       DefaultValue = 0
  241.       OnChange = WheelChange
  242.       MouseButton = mbLeft
  243.       HotSideX = 8
  244.       HotSideY = 10
  245.       PopupMenu = SynthResModule.WheelMenu
  246.       BmpList = SynthResModule.MainWheelIL
  247.     end
  248.     object RandomWheel: TWAVWheel
  249.       Tag = 6
  250.       Left = 134
  251.       Top = 110
  252.       Width = 24
  253.       Height = 25
  254.       Hint = '|^b^aRandomness'
  255.       Options = []
  256.       SlowMotionDiv = 4
  257.       Max = 256
  258.       DefaultValue = 0
  259.       OnChange = WheelChange
  260.       MouseButton = mbLeft
  261.       HotSideX = 8
  262.       HotSideY = 10
  263.       PopupMenu = SynthResModule.WheelMenu
  264.       BmpList = SynthResModule.MainWheelIL
  265.     end
  266.     object StereoWheel: TWAVWheel
  267.       Tag = 7
  268.       Left = 14
  269.       Top = 110
  270.       Width = 24
  271.       Height = 25
  272.       Hint = '|^b^aStereo separation'
  273.       Options = []
  274.       MoveSpeed = 4
  275.       SlowMotionDiv = 4
  276.       Max = 64
  277.       DefaultValue = 0
  278.       OnChange = WheelChange
  279.       MouseButton = mbLeft
  280.       HotSideX = 8
  281.       HotSideY = 10
  282.       PopupMenu = SynthResModule.WheelMenu
  283.       BmpList = SynthResModule.MainWheelIL
  284.     end
  285.     object StartWheel: TWAVWheel
  286.       Tag = 10
  287.       Left = 122
  288.       Top = 190
  289.       Width = 24
  290.       Height = 25
  291.       Hint = '|^b^aSample start'
  292.       Options = []
  293.       MoveSpeed = 128
  294.       SlowMotionDiv = 8
  295.       Max = 4096
  296.       DefaultValue = 0
  297.       OnChange = WheelChange
  298.       MouseButton = mbLeft
  299.       HotSideX = 8
  300.       HotSideY = 10
  301.       PopupMenu = SynthResModule.WheelMenu
  302.       BmpList = SynthResModule.MainWheelIL
  303.     end
  304.     object GrainTransHoldWheel: TWAVWheel
  305.       Tag = 11
  306.       Left = 14
  307.       Top = 190
  308.       Width = 24
  309.       Height = 25
  310.       Hint = '|^b^aTransient hold time'
  311.       Options = []
  312.       MoveSpeed = 16
  313.       SlowMotionDiv = 4
  314.       Max = 500
  315.       Value = 228
  316.       DefaultValue = 228
  317.       OnChange = WheelChange
  318.       MouseButton = mbLeft
  319.       HotSideX = 8
  320.       HotSideY = 10
  321.       PopupMenu = SynthResModule.WheelMenu
  322.       BmpList = SynthResModule.MainWheelIL
  323.     end
  324.     object TriggerModeSelect: TQuickCombo
  325.       Tag = -1
  326.       Left = 183
  327.       Top = 215
  328.       Width = 53
  329.       Height = 16
  330.       Cursor = crHandPoint
  331.       Hint = '|Trigger mode'
  332.       ParentFont = False
  333.       ParentColor = False
  334.       Color = 4407097
  335.       Font.Charset = ANSI_CHARSET
  336.       Font.Color = 12170927
  337.       Font.Height = -9
  338.       Font.Name = 'Fruity fonts'
  339.       Font.Style = []
  340.       Caption = 'Pitch'
  341.       Options = [tbOnOver, tbHasDownGlyph, tbTrashGlyph, tbAutoSize, tbTransparent, tbDownArrow]
  342.       Style = FS_Transparent
  343.       Spacing = 4
  344.       TextAlign = ttaLeft
  345.       AccelKey = 0
  346.       Glyph.ILCount = 2
  347.       Items.Strings = (
  348.         'Pitch'
  349.         'Percent'
  350.         'Step'
  351.         'Transient')
  352.       Hints.Strings = (
  353.         'Key to pitch'
  354.         'Key to start (sample time, C5 to C7)'
  355.         'Key to start (song time)'
  356.         'Key to start (transient time)')
  357.       OnChange = TriggerModeSelectChange
  358.       PopupAlign = Popup_Normal
  359.     end
  360.   end
  361. end
  362.